05. Test Your Code
Test Your Code
There are many different techniques for testing software. Latter on in this Nanodegree program, you will be learning about JUnit and you will learn how to write unit tests. However, for the hotel reservation application you can create a driver programs to incrementally test your software as you develop it.
Task Description:
Here are the steps to test the Driver
class:
Task Feedback:
Nice Work!
Task Description:
Let's use this technique to test your email validation:
Task Feedback:
Nice work!